testing.PB.globalN (field)

3 uses

	testing (current package)
		benchmark.go#L724: 	globalN *uint64 // shared between all worker goroutines iteration counter
		benchmark.go#L733: 		n := atomic.AddUint64(pb.globalN, pb.grain)
		benchmark.go#L784: 				globalN: &n,